Edit Task: SetResourceDetails MinSetupTime
Description
The MinSetupTime attribute under EditTask defines the resource usage's minimum setup time for the specified resource for all of the task's possibilities.
Parameters
Parameter | Description |
---|---|
ResourceName | A string of text of the resource that is being defined within the command. |
MinSetupTime | A numerical value that represents seconds (millisecond fidelity). |
Examples
Change the minimum setup time to 14.7s for all possibilities that use ResB in TaskA.
PATCH api/task/TaskA
Body:
{
"SetResourceDetails" : {
"ResourceName" : "ResB",
"MinSetupTime" : "14.7" }
}